All Packages Class Hierarchy This Package Previous Next Index
Class java.naming.AuthenticationNotSupportedException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.naming.NamingException
|
+----java.naming.NamingSecurityException
|
+----java.naming.AuthenticationNotSupportedException
- public class AuthenticationNotSupportedException
- extends NamingSecurityException
This exception is raised when attempting authentication
and the authentication not supported.
-
AuthenticationNotSupportedException()
- Constructs a new instance of AuthenticationNotSupportedException.
-
AuthenticationNotSupportedException(Name, Object, Name)
- Constructs a new instance of AuthenticationNotSupportedException using the
arguments supplied.
-
AuthenticationNotSupportedException(Name, Object, Name, String)
- Constructs a new instance of AuthenticationNotSupportedException.
-
AuthenticationNotSupportedException(String)
- Constructs a new instance of AuthenticationNotSupportedException using the
arguments supplied.
AuthenticationNotSupportedException
public AuthenticationNotSupportedException(Name resolvedName,
Object resolvedObj,
Name remainingName,
String explanation)
- Constructs a new instance of AuthenticationNotSupportedException.
- Parameters:
- resolvedName - The part of the name that has been successfully resolved.
- resolvedObj - The object to which resolution was successful.
- remainingName - The remaining unresolved portion of the name.
- explanation - Additional detail about this exception.
AuthenticationNotSupportedException
public AuthenticationNotSupportedException(Name resolvedName,
Object resolvedObj,
Name remainingName)
- Constructs a new instance of AuthenticationNotSupportedException using the
arguments supplied.
- Parameters:
- resolvedName - The part of the name that has been successfully resolved.
- resolvedObj - The object to which resolution was successful.
- remainingName - The remaining unresolved portion of the name.
AuthenticationNotSupportedException
public AuthenticationNotSupportedException(String explanation)
- Constructs a new instance of AuthenticationNotSupportedException using the
arguments supplied.
- Parameters:
- explanation - Additional detail about this exception.
AuthenticationNotSupportedException
public AuthenticationNotSupportedException()
- Constructs a new instance of AuthenticationNotSupportedException.
All Packages Class Hierarchy This Package Previous Next Index